/* 轮播图 */
.mySwiper .swiper-slide img {
    width: 100%;
    height: 400px;
    object-fit: cover;
}

.lyg2sc_versionBox {
    width: 1200px;
    margin: 0 auto;
}

/* 轮播图图片 */
.mySwiper .swiper-slide img {
    width: 100%;
    height: 400px;
    object-fit: cover;
}

.lyg2sc_versionBox {
    width: 1200px;
    margin: 0 auto;
}

/* --------------------------------------------------------- */
/* 公共的一行显示的样式 */
.lyg2sc_ellipsisCopy {
    width: 100%;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.lyg2sc_ellipsisCopy:hover {
    color: #8EB0E6;
}

/* css一行显示 */
.lyg2sc_oneshow {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* css两行显示 */
.lyg2sc_twoellipsis {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* --------------------------------------------------------- */
/* 公共的标题 */
.lyg2sc_margin30 {
    margin-top: 30px;
}

.lyg2sc_publicTitleBox {
    width: 100%;
    text-align: center;
}

.lyg2sc_publicTitle {
    font-size: 20px;
    font-weight: 700;
}

.lyg2sc_publicOnline {
    /* height: 65px;
    width: auto; */
}
.lyg2sc_publicOnline>img{
    /* width: 100%;
    height: 100%;
    object-fit: cover; */
}

.lyg2sc_publicTitleEnglish {
    font-size: 14px;
    color: #202020e6;
}

/* lyg2sc_time */

/* 2.眼科焦点模块 */
.lyg2sc_zxph_rankingBox {
    background: #EDF9FF;
    padding: 20px;
}

.lyg2sc_zxph_rankingBox>ul>li>a {
    display: flex;
    background-color: #fff;
    align-items: center;
    font-size: 20px;
    margin-top: 20px;
}

.lyg2sc_numberImg {
    width: 48px;
    height: 38px;
    line-height: 38px;
    text-align: center;
    background: url(/statics/njwfgs/image/numberBg.png) no-repeat;
    color: #fff;
    font-size: 16px;
    vertical-align: middle;
    margin-right: 10px;
    background-size: 100%;
    background-position: center;
}

.lyg2sc_zxph_rankingBox .lyg2sc_time {
    font-size: 16px;
    color: #ccc;
    width: 200px;

}

/*  3.眼科医院*/
.lyg2sc_hospitalListBox {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 10px;
    justify-content: space-around;

}

.lyg2sc_hospitalItem {
    width: 250px;
}

.lyg2sc_hospitalImg {
    /* width: 280px; */
    width: 100%;
    height: 240px;
}

.lyg2sc_hospitalImg>img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    -webkit-filter: blur(10px);
}

.lyg2sc_hospitalTitle {
    font-size: 18px;
}

.lyg2sc_hospitalTitle:hover {
    color: #8EB0E6;
}

.lyg2sc_hospitalBottom {
    width: 100%;
    padding: 5px 10px;
    /* display: flex; */
    /* justify-content: space-between; */
    /* align-items: center; */
    background-color: #64AB2A;
    box-sizing: border-box;

}

.lyg2sc_hospitalBottom .lyg2sc_time {
    color: #fff;
    text-align: center;
}

.lyg2sc_hospitalBottomLeft {
    /* width: calc(230px - 40px) */
    color: #fff;
}

.lyg2sc_hospitalBottomRight {}

/* .moreImgBtn>img {
    width: 26px;
    height: 26px;
    border-radius: 50%;
    object-fit: cover;
} */

.lyg2sc_string {
    font-weight: 700;
}

.lyg2sc_ellipsis {
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* 4.眼科医生 */
.lyg2sc_doctorList {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 10px;
    justify-content: space-around;
    justify-items: center;
}

.lyg2sc_doctorItem {
    width: 100%;
    border-radius: 10px;
    box-sizing: border-box;
    overflow: hidden;
    border: 1px solid #ccc;
    box-shadow: 2px 2px 5px rgba(169, 169, 169, 0.5);
}

.lyg2sc_doctorImg {
    width: 100%;
    height: 200px;
}

.lyg2sc_doctorImg>img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    -webkit-filter: blur(20px);

}

.lyg2sc_doctorListBottom {
    background-color: #fff;
    color: #000;
    font-size: 15px;
    /* padding-left: 5px;
    padding-bottom: 15px; */
    padding: 10px;
    box-sizing: border-box;
}

/* .lyg2sc_doctorListBottom:hover{
    background-color: #BEE3F5;
} */

.lyg2sc_doctorListBottom .lyg2sc_DoctorName {
    /* text-align: center; */
    font-size: 20px;
    font-weight: 600;
}

.lyg2sc_doctorListBottom .lyg2sc_doc_hospital {}

.lyg2sc_doctorListBottom .lyg2sc_doc_doc_project {}

.lyg2sc_doctorListBottom .lyg2sc_time {}

.lyg2sc_doctorListBottom .lyg2sc_doc_more {
    display: inline-block;
    background: #fff;
    color: #000;
    border-radius: 3px;
    float: right;
    margin-right: 10px;
    padding: 0 5px;
}

.lyg2sc_doctorListBottom .lyg2sc_moreBtn {}

.lyg2sc_doctorListBottom .lyg2sc_moreIcon {
    font-size: 16px;
    color: #BEE3F5;
}

/* 5. 眼科项目*/
.lyg2sc_projectList {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 10px;
    justify-content: space-around;
}

.lyg2sc_projectList .lyg2sc_doctorItem {
    width: 260px;
}

.lyg2sc_projectList .lyg2sc_doctorImg {
    width: 260px;
    height: 220px;
}

.lyg2sc_projectList .lyg2sc_time {
    display: inline-block;
    width: 100%;
    text-align: center;
}

/* 6.眼科资讯 */
.lyg2sc_informationBox {
    width: 100%;
    background-color: #F4F2F2;
    padding: 20px
}

.lyg2sc_informationItem {
    display: block;
    width: 100%;
    border-bottom: 1px dashed #ccc;
    margin-top: 10px;
    display: flex;
    justify-content: space-between;
    padding: 10px 0;

}

.lyg2sc_informationTitle {
    font-size: 20px;
    width: 75%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.lyg2sc_informationTitle:hover {
    color: #64AB2A
}

.lyg2scinformationTime {
    width: calc(100% - 76%);
    font-size: 16px;
    color: #ccc;
}
/* 吸睛眼科网的首页改版 */
body {
    background-color: #fff;
}

.informationBox {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
}

.informationLeft {
    width: 49%;
}

.informationTop {
    display: flex;
    justify-content: space-between;
    background: #64AB2A;
    height: 50px;
    line-height: 50px;
    font-size: 20px;
    font-weight: 700;
    padding: 0 5px;
    box-sizing: border-box;
    border-radius: 10px 10px 10px 0;
}

.zwTitle {
    color: #fff;
}

.ywTitle {
    color: #569423;
}

/**/
.informationBottom {
    background: #F2F0F0;
}

.informationBottom>a {
    display: block;
    padding: 10px 0;
    padding-left: 5px;
}

.informationBottom>a:hover .infoContent {
    color: #569423;
}

.infoContent {
    color: #000;
    white-space: nowrap;        /* 防止文本换行 */
    overflow: hidden;           /* 隐藏超出容器的内容 */
    text-overflow: ellipsis;    /* 使用省略号替代被截断的文本 */
}

.infoTime {
    color: #9E9E9E;
}

.informationRight {
    width: 49%;
}

.informationRight .informationTop {
    background: #455D39;
}

.informationRight .ywTitle {
    color: #788671
}
.lightGray {
    color: #ccc;
}

.lyg2sc_hospitalBottom:hover .lyg2sc_hospitalTitle {
    font-weight: 700;
    color: #2196F3;

}

.lyg2sc_hospitalBottom:hover .lightGray {
    font-weight: 700;
    color: #000;

}
/* 眼科医生 */
.lyg2sc_DoctorNameCopy {
    text-align: center;
}

.lyg2sc_doctorItemCopy {
    border: none;
    box-shadow: none;
    background: url(/statics/xjysk/image/bg1.png) no-repeat;
    height: 100%;
    background-size: 100%;
}

.lyg2sc_doctorItemCopy:hover {
    border: none;
    box-shadow: none;
    background: url(/statics/xjysk/image/bg2.png) no-repeat;
    height: 100%;
    background-size: 100%;
}

.lyg2sc_doctorImgCopy {
    overflow: hidden;
}

.lyg2sc_doctorImgCopy>img {
    filter: blur(10px);
}

.lyg2sc_doctorListBottomCopy {
    background: #EBEAEA;
    box-sizing: border-box;
}

.lyg2sc_doctorItemCopy:hover.lyg2sc_doctorListBottomCopy {
    background: #8BBE69;
}

.lyg2sc_doctorListBottom:hover {
    background-color: #8BBE69;
}